Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add notes about what the job states mean #130

Merged
merged 2 commits into from
Apr 10, 2023

Conversation

edmund-huber
Copy link
Contributor

closes #129

Copy link
Contributor

@patrobinson patrobinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but would like a review from someone who owns this code cc @DrJosh9000 @moskyb

README.md Outdated Show resolved Hide resolved
@@ -239,6 +239,11 @@ Buildkite > (Org, Queue) > TotalAgentsCount

When a queue is specified, only that queue's metrics are published.

Jobs can be in one of the following states:
* **Scheduled**, the job hasn't been assigned to an agent yet. If you have agent capacity, this value should be close to 0.
* **Waiting**, the job is known to exist but isn't schedulable yet due to dependencies, `wait` statements, etc. This information is mostly useful to an autoscaler, since it represents work that will start soon.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This matches the PR description for when it was added #81

Co-authored-by: Patrick Robinson <[email protected]>
@triarius triarius merged commit 4e9fb4c into buildkite:master Apr 10, 2023
triarius added a commit that referenced this pull request Apr 10, 2023
\## [v5.5.5](https://github.com/buildkite/buildkite-agent-metrics/tree/v5.5.5) (2023-04-10)
[Full Changelog](v5.5.4...v5.5.5)

\### Changed
- add notes about what the job states mean [#130](#130) (@edmund-huber)
- More fixes to the automated release [#153](#153) (@triarius)
@triarius triarius mentioned this pull request Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meaning of the WaitingJobs and ScheduledJobs metrics?
3 participants